home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / qemm.80c / mft.qip / MFT.INI < prev    next >
INI File  |  1995-11-04  |  3KB  |  74 lines

  1. [colors]
  2.  
  3. Background=192 192 192                ; main window background
  4. InfoBackground=192 192 192            ; info area background
  5. TitleBackground=192 192 192            ; info title bar background
  6. TitleForeground=0   0 0                   ; info title bar text color
  7. ;127 127 127
  8. TitleShadow=192 192 192             ; info title bar text shadow color
  9.  
  10. InfoHighlight=255 255 255            ; 3D edging in info title bar
  11. InfoLowlight=127 127 127            ; "   "     "   "
  12.  
  13. ; info area boxed data attributes
  14.  
  15. BoxLowlight=0 0 0                     ; info area boxed data highlight
  16. BoxHighlight=255 255 255            ; info area boxed data lowlight
  17. BoxBackground=127 127 127            ; info area boxed data background
  18.  
  19. WarningBackground=255 0 0            ; warning box background
  20. Data=255 255 0                     ; data foreground
  21. Column=0 255 255                ; column header foreground
  22. Keys=0 255 0                    ; key prompts foreground
  23. Text=255 255 255                ; label text foreground
  24. Misc=0 255 255                    ; misc foreground
  25.  
  26. EditForeground=0 0 0                ; edit file text color
  27.  
  28. ButtonForeground=0 0 0                ; button text color
  29. ButtonHotkeyForeground=255 0 0             ; button hotkey color
  30. ButtonHighlight=255 255 255            ; button highlight color
  31. ButtonLowlight=127 127 127            ; button lowlight color
  32. ButtonBackground=192 192 192            ; normal button background
  33. ;0 0 127
  34. ButtonSelectedForeground=255 255 255;        ; selected button text color used to be 255 255 255
  35. ButtonSelectedBackground=127 127 127        ; selected button background
  36. ButtonSelectedHighlight=0 0 0            ; selected button highlight
  37. ButtonSelectedLowlight=192 192 192        ; selected button lowlight
  38.  
  39. [fonts]
  40.  
  41. ; usage=fontname,[height | 0],[weight]
  42. ; height notes:
  43. ;   1: The font height for detail area is force to equal the system fixed font
  44. ;   2: A negative value specifies a point size, a positive value, a pixel
  45. ;      height.
  46.  
  47. ; weight values:
  48. ;     thin, extralight, ultralight, light, normal,regular,
  49. ;     medium, semibold, demibold, bold,
  50. ;     ultrabold, black, heavy, dontcare
  51.  
  52.  
  53. Column=                    ; font for info area column headings
  54. Info=                    ; font for info area subjects
  55. Data=                    ; font for info area data
  56. Title=Arial,-12,bold            ; font for info area title
  57. Edit=Courier, -12,normal        ; font for file editing
  58. ItemButtons=Arial,-11,bold        ; font for left button group
  59. OptionButtons=Arial,-12,bold        ; font for top button group
  60.  
  61. ; the following are not yet implemented
  62. Hi=; font for highlighted information
  63. Keys=; font for information key messages
  64. Data=; currently forced to system fixed font
  65. Special=; font for misc, special information
  66.  
  67. [metrics]
  68.  
  69. ButtonBevelWidth=1                ; number of pixels for button 3d bevel
  70. TitleBevelWidth=1                ; number of pixels for title 3d bevel
  71. BoxBevelWidth=1                    ; number of pixels for info box 3d bevel
  72. VerticalSpacing=1                ; vertical spacing of main window components
  73. HorizontalSpacing=1                ; horizontal spacing of main window
  74.